projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e86942
)
(map-y-or-n-p): Don't add any text to the ACTION-ALIST descriptions to make
author
Roland McGrath
<roland@gnu.org>
Tue, 22 Mar 1994 00:27:12 +0000
(
00:27
+0000)
committer
Roland McGrath
<roland@gnu.org>
Tue, 22 Mar 1994 00:27:12 +0000
(
00:27
+0000)
dialog box buttons.
lisp/map-ynp.el
patch
|
blob
|
history
diff --git
a/lisp/map-ynp.el
b/lisp/map-ynp.el
index f4e22ecbb244ed17f08cfa469ea47bc4ad063631..a96f72f61be731dd2bd4b28a5dc49abee5218247 100644
(file)
--- a/
lisp/map-ynp.el
+++ b/
lisp/map-ynp.el
@@
-104,8
+104,7
@@
Returns the number of actions taken."
((, (if help (concat action " All " objects)
"Do All")) . automatic)
(,@ (mapcar (lambda (elt)
- (cons (concat (capitalize (nth 2 elt))
- " " object)
+ (cons (capitalize (nth 2 elt))
(vector (nth 1 elt))))
action-alist))))
mouse-event last-nonmenu-event))